home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / keyb / stfkey40.zip / CSLIDES.BAT < prev    next >
DOS Batch File  |  1992-10-10  |  460b  |  22 lines

  1. @echo off
  2. rem ************ CSlides.bat ********
  3. rem  Perforns a Cshow slide show using Stuffkey and Cshow.key
  4.  
  5. rem  Load stuffkey using file cshow.key. Change dir if needed!
  6. stuffkey /Scs /F:cshow.key
  7. if not errorlevel == 0 goto error
  8.  
  9. rem  Change to or supply Cshow.exe and picture directories!
  10. cshow %1 %2 %3 %4 %5 %6 %7
  11.  
  12. rem  Now unload stuffkey
  13. stuffkey /Scs /R
  14. goto end
  15.  
  16. :error
  17. echo Error running stuffkey...aborting.
  18. goto end
  19.  
  20. :end
  21.  
  22.